home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2012 January / ME_2012_01.iso / Dropbox / Dropbox 1.3.2.dmg / Dropbox.app / Contents / Info.plist < prev    next >
Encoding:
Extensible Markup Language  |  2011-11-01  |  2.5 KB  |  101 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDisplayName</key>
  8.     <string>Dropbox</string>
  9.     <key>CFBundleDocumentTypes</key>
  10.     <array>
  11.         <dict>
  12.             <key>CFBundleTypeOSTypes</key>
  13.             <array>
  14.                 <string>****</string>
  15.                 <string>fold</string>
  16.                 <string>disk</string>
  17.             </array>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Viewer</string>
  20.         </dict>
  21.     </array>
  22.     <key>CFBundleExecutable</key>
  23.     <string>Dropbox</string>
  24.     <key>CFBundleIconFile</key>
  25.     <string>box.icns</string>
  26.     <key>CFBundleIdentifier</key>
  27.     <string>com.getdropbox.dropbox</string>
  28.     <key>CFBundleInfoDictionaryVersion</key>
  29.     <string>6.0</string>
  30.     <key>CFBundleName</key>
  31.     <string>Dropbox</string>
  32.     <key>CFBundlePackageType</key>
  33.     <string>APPL</string>
  34.     <key>CFBundleShortVersionString</key>
  35.     <string>Dropbox 1.3.2</string>
  36.     <key>CFBundleSignature</key>
  37.     <string>????</string>
  38.     <key>CFBundleVersion</key>
  39.     <string>1.3.2</string>
  40.     <key>LSHasLocalizedDisplayName</key>
  41.     <false/>
  42.     <key>LSUIElement</key>
  43.     <string>1</string>
  44.     <key>NSAppleScriptEnabled</key>
  45.     <false/>
  46.     <key>NSHumanReadableCopyright</key>
  47.     <string>Copyright 2007-2011 Dropbox, Inc. All rights reserved.</string>
  48.     <key>NSMainNibFile</key>
  49.     <string>MainMenu</string>
  50.     <key>NSPrincipalClass</key>
  51.     <string>NSApplication</string>
  52.     <key>PyMainFileNames</key>
  53.     <array>
  54.         <string>__boot25__</string>
  55.     </array>
  56.     <key>PyOptions</key>
  57.     <dict>
  58.         <key>alias</key>
  59.         <false/>
  60.         <key>argv_emulation</key>
  61.         <true/>
  62.         <key>no_chdir</key>
  63.         <false/>
  64.         <key>optimize</key>
  65.         <integer>0</integer>
  66.         <key>prefer_ppc</key>
  67.         <false/>
  68.         <key>site_packages</key>
  69.         <false/>
  70.         <key>use_pythonpath</key>
  71.         <false/>
  72.     </dict>
  73.     <key>PyResourcePackages</key>
  74.     <array>
  75.     </array>
  76.     <key>PyRuntimeLocations</key>
  77.     <array>
  78.         <string>@executable_path/../Frameworks/Python.framework/Versions/2.5/Python</string>
  79.     </array>
  80.     <key>PythonInfoDict</key>
  81.     <dict>
  82.         <key>PythonExecutable</key>
  83.         <string>/Users/releng/dropbox-python/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python</string>
  84.         <key>PythonLongVersion</key>
  85.         <string>2.5.4 (r254:67916, May  6 2011, 15:57:11) 
  86. [GCC 4.0.1 (Apple Inc. build 5494)]</string>
  87.         <key>PythonShortVersion</key>
  88.         <string>2.5</string>
  89.         <key>py2app</key>
  90.         <dict>
  91.             <key>alias</key>
  92.             <false/>
  93.             <key>template</key>
  94.             <string>app</string>
  95.             <key>version</key>
  96.             <string>0.3.6</string>
  97.         </dict>
  98.     </dict>
  99. </dict>
  100. </plist>
  101.